Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
MSSQL Tutorial
1) Aggregate Functions
2) Analytical Functions
3) CLR
4) Constraints
5) Cursor
6) Data Convert Functions
7) Data Types
8) Database
9) Date Functions
10) Index
11) Insert Delete Update
12) Math Functions
13) Procedure Function
14) Query
15) Sequence Indentity
16) Set Operations
17) String Functions
18) Subquery
19) System Functions
20) System Settings
21) System Tables Views
22) Table
23) Table Join
24) Transact SQL
25) Transaction
26) Trigger
27) User Role
28) View
29) XML
Database
1) A CREATE DATABASE Example
2) A statement that attaches an existing database file
3) Alter a database and set the recovery to simple
4) ALTER DATABASE pubs SET RECOVERY FULL
5) Altering a Database
6) Attach a mdf file to database
7) Backup a database with DIFFERENTIAL
8) Backup a database with init
9) BACKUP DATABASE
10) Change schema
11) Changes the user access option of the pubs database to SINGLE_USER and generates an error if any other connections to the pubs da
12) Create a database by indicating the mdf file
13) Create a database by specifying the mdf file
14) Create and drop database
15) Creates a database with explicit specifications for database and transaction log files
16) Creation of a Database
17) set a databases updatability value to READ_ONLY and how to determine the updatability of a database
18) If a database exists
19) Increases the size of a database file
20) OFFLINE ONLINE
21) RESTORE DATABASE WITH FILE = 2, RECOVERY
22) RESTORE DATABASE WITH NORECOVERY
23) SINGLE_USER RESTRICTED_USER MULTI_USER